WCF-Xtensions Class Reference for .NET
Endpoint Property (XDuplexChannelFactory<TChannel>)






Syntax
[__DynamicallyInvokable()]
public System.ServiceModel.Description.ServiceEndpoint Endpoint {get;}
public read-only property Endpoint: System.ServiceModel.Description.ServiceEndpoint; 
__DynamicallyInvokableAttribute()
public function get Endpoint : System.ServiceModel.Description.ServiceEndpoint
[__DynamicallyInvokable()]
public: __property System.ServiceModel.Description.ServiceEndpoint* get_Endpoint();
[__DynamicallyInvokable()]
public:
property System.ServiceModel.Description.ServiceEndpoint^ Endpoint {
   System.ServiceModel.Description.ServiceEndpoint^ get();
}
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public ReadOnly Property Endpoint As System.ServiceModel.Description.ServiceEndpoint
 
'Usage
 
Dim instance As XDuplexChannelFactory(Of TChannel)
Dim value As System.ServiceModel.Description.ServiceEndpoint
 
value = instance.Endpoint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XDuplexChannelFactory<TChannel> Class
XDuplexChannelFactory<TChannel> Members

Send Feedback